home *** CD-ROM | disk | FTP | other *** search
- on pushbutton2
- global ga, cno
- repeat while stillDown()
- if rollOver(clickOn()) then
- case ga of
- "L":
- set cname to "scrll"
- set the memberNum of sprite 24 to 40
- testl()
- "D":
- set cname to "scrld"
- set the memberNum of sprite 25 to 36
- testd()
- "R":
- set cname to "scrlr"
- set the memberNum of sprite 26 to 38
- testr()
- "U":
- set cname to "scrlu"
- set the memberNum of sprite 27 to 34
- testu()
- end case
- else
- set the memberNum of sprite 24 to 39
- set the memberNum of sprite 25 to 35
- set the memberNum of sprite 26 to 37
- set the memberNum of sprite 27 to 33
- end if
- updateStage()
- end repeat
- end
-